Skip to content

Conversation

AnnikaLau
Copy link
Contributor

No description provided.

Copy link
Contributor

github-actions bot commented Jul 21, 2025

PR Preview Action v1.6.2

🚀 View preview at
https://c2sm.github.io/pr-preview/pr-308/

Built to branch gh-pages at 2025-08-19 13:01 UTC.
Preview will be ready when the GitHub Pages deployment is complete.

Copy link
Contributor

@mjaehn mjaehn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, just some minor formal corrections

@AnnikaLau AnnikaLau self-assigned this Aug 7, 2025
@AnnikaLau AnnikaLau marked this pull request as ready for review August 7, 2025 09:31
@AnnikaLau
Copy link
Contributor Author

@mjaehn are there still requested changes or can we merge this?

@mjaehn
Copy link
Contributor

mjaehn commented Aug 7, 2025

Fine for me, I just couldn't test everything beyond step 3 (generating 10-member ensemble), as the job was just hanging for 1h, not producing any output.

@AnnikaLau
Copy link
Contributor Author

Fine for me, I just couldn't test everything beyond step 3 (generating 10-member ensemble), as the job was just hanging for 1h, not producing any output.

Hmm, have you ever tried again?

@mjaehn
Copy link
Contributor

mjaehn commented Aug 7, 2025

Fine for me, I just couldn't test everything beyond step 3 (generating 10-member ensemble), as the job was just hanging for 1h, not producing any output.

Hmm, have you ever tried again?

Yes, several times. No output, no logfile :(

@AnnikaLau AnnikaLau requested a review from mjaehn August 19, 2025 13:01
Comment on lines +76 to +77
Then, navigate into the corresponding folder and compile with:

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Then, navigate into the corresponding folder and compile with:

```console
cd ../nvhpc_gpu
./make_runscripts $EXPERIMENT
cd run && sbatch --uenv ${UENV_VERSION} ./exp.c2sm_clm_r13b03_seaice.run && cd ..
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
cd run && sbatch --uenv ${UENV_VERSION} ./exp.c2sm_clm_r13b03_seaice.run && cd ..
cd run && sbatch --uenv ${UENV_VERSION} ./exp.${EXPERIMENT}.run && cd ..

Navigate to your CPU build directory and generate and run a 10-member ensemble (this may take time):
```console
cd nvhpc_cpu
./make_runscripts $EXPERIMENT
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
./make_runscripts $EXPERIMENT
./make_runscripts $EXPERIMENT
salloc -p normal --time=00:20:00

```console
cd nvhpc_cpu
./make_runscripts $EXPERIMENT
uenv run ${UENV_VERSION} -- python3 scripts/cscs_ci/probtest_container_wrapper.py ensemble $EXPERIMENT --build-dir $(pwd) --member-ids $(seq -s, 11 49)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
uenv run ${UENV_VERSION} -- python3 scripts/cscs_ci/probtest_container_wrapper.py ensemble $EXPERIMENT --build-dir $(pwd) --member-ids $(seq -s, 11 49)
salloc -p normal --time=01:20:00
uenv run ${UENV_VERSION} -- python3 scripts/cscs_ci/probtest_container_wrapper.py ensemble $EXPERIMENT --build-dir $(pwd) --member-ids $(seq -s, 11 49)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants